@charset "utf-8";

.header{
	width: 100%;
	height: auto;
	overflow: visible;
	overflow-x: hidden;
	background: #151515;
}
.header .header-nav{
	height: 75px;
}
.header .header-nav .logo{
	float: left;
}
.header .header-nav .logo img{
	margin-top: 8px;
	height: 57px;
}
.header .header-nav .nav-box{
	float: left;
	height: 100%;
}
.header .header-nav .nav-box li{
	float: left;
}
.header .header-nav{
	color: #FFFFFF;
}
.header .header-nav .nav-box li a{
	color: #FFFFFF;
}
.header .header-nav li {
    float: left;
    margin-left: 50px;
    height: 100%;
    line-height: 100%;
}

.header .header-nav li:hover > a {
    color: #e42d60;
}

.header .header-nav li > a {
    display: block;
    line-height: 75px;
    font-size: 14px;
}

.header .header-nav li:hover .nav-sub {
    display: block;
}
.nav-sub {
    display: none;
    position: absolute;
    background: #333333;
    height: auto;
    overflow: hidden;
    z-index: 99999;
    padding: 0 15px;
}
.nav-sub a {
    line-height: 36px;
    font-size: 12px;
    padding: 0 10px;
    white-space: nowrap;
    display: block;
}

.header .header-btn{
	float: right;
}

.header .header-btn li {
    float: right;
    margin-left: 18px;
    width: 20px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.header .header-btn .header-btn-search {
    width:168px;
    height: 75px;
    line-height: 75px;
}
.header .searchinput{
    width:170px;
    height:32px;
    background:rgba(255,255,255,1);
    border-radius:18px;
    border:1px solid rgba(210,179,85,1);
}
.header .searchlogo{
    float: right;
    position: relative;
    top:-48px;
    right: 8px;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url("../images/header-search.png");
    background-repeat:no-repeat;
    background-size:20px 20px;
    cursor: pointer;
}

.div-tip {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    overflow: auto;
    overflow-x: hidden;
}

.div-tip > div span {
    color: #e42d60;
}

.div-tip > div:first-child {
    float: left;
}

.div-tip > div:last-child {
    float: right;
}
/*课程内容*/
.course {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.course-daohang {
    margin: 0 -16px;
}

.course-daohang > div {
    cursor: pointer;
    float: left;
    margin: 0 16px 20px 16px;
    width: calc((100% - 5 * 32px) / 5);
    padding: 15px 10px;
    color: #333333;
    font-size: 14px;
    line-height: 1;
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right 10px center;
}

.course-daohang > div:hover, .course-daohang > div.hover {
    background: #363634;
    color: #e42d60;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right 10px center;
}

.course-daohang .daohang-cn {
    margin-top: 0;
}

.course-daohang .daohang-en {
    font-size: 12px;
    margin-top: 10px;
}

.course-daohang .course-daohang-huazhuang {
    background-image: url("../images/zhuang.png");
}

.course-daohang .course-daohang-huazhuang:hover, .course-daohang .course-daohang-huazhuang.hover {
    background-image: url("../images/zhuang-hover.png");
}

.course-daohang .course-daohang-meifa {
    background-image: url("../images/meifa.png");
}

.course-daohang .course-daohang-meifa:hover, .course-daohang .course-daohang-meifa.hover {
    background-image: url("../images/meifa-hover.png");
}

.course-daohang .course-daohang-meijia {
    background-image: url("../images/meijia.png");
}

.course-daohang .course-daohang-meijia:hover, .course-daohang .course-daohang-meijia.hover {
    background-image: url("../images/meijia-hover.png");
}

.course-daohang .course-daohang-meirong {
    background-image: url("../images/meirong.png");
}

.course-daohang .course-daohang-meirong:hover, .course-daohang .course-daohang-meirong.hover {
    background-image: url("../images/meirong-hover.png");
}

.course-daohang .course-daohang-caihui {
    background-image: url("../images/icon8.png");
}

.course-daohang .course-daohang-caihui:hover, .course-daohang .course-daohang-caihui.hover {
    background-image: url("../images/icon8-select.png");
}

.course-daohang .course-daohang-xingxiang {
    background-image: url("../images/xingxiang.png");
}

.course-daohang .course-daohang-xingxiang:hover, .course-daohang .course-daohang-xingxiang.hover {
    background-image: url("../images/xingxiang-hover.png");
}

.course-daohang .course-daohang-xinmeiti {
    background-image: url("../images/xinmeiti.png");
}

.course-daohang .course-daohang-xinmeiti:hover, .course-daohang .course-daohang-xinmeiti.hover {
    background-image: url("../images/xinmeiti-hover.png");
}

.course-daohang .course-daohang-banyongjiu {
    background-image: url("../images/banyongjiu.png");
}

.course-daohang .course-daohang-banyongjiu:hover, .course-daohang .course-daohang-banyongjiu.hover {
    background-image: url("../images/banyongjiu-hover.png");
}

.course-daohang .course-daohang-wenshen {
    background-image: url("../images/wenshen.png");
}

.course-daohang .course-daohang-wenshen:hover, .course-daohang .course-daohang-wenshen.hover {
    background-image: url("../images/wenshen-hover.png");
}
/*美发专业*/
.course-daohang .course-daohang-salon {
    background-image: url("../images/icon5.png");
}

.course-daohang .course-daohang-salon:hover, .course-daohang .course-daohang-salon.hover {
    background-image: url("../images/icon5-select.png");
}
/*皮肤专业*/
.course-daohang .course-daohang-skin {
    background-image: url("../images/caihui.png");
}

.course-daohang .course-daohang-skin:hover, .course-daohang .course-daohang-skin.hover {
    background-image: url("../images/caihui-hover.png");
}
/*影视专业*/
.course-daohang .course-daohang-movie {
    background-image: url("../images/icon7.png");
}

.course-daohang .course-daohang-movie:hover, .course-daohang .course-daohang-movie.hover {
    background-image: url("../images/icon7-select.png");
}
.course-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
}
.pic-box .part{float: left;}
.pic-box .part img{display: block;overflow: hidden;}
.course-list li{float: left;}
.course-list li img{display: block;overflow: hidden;}
.course-list .course-list-item {
	display: none;
}
.course-list .course-list-item.active{
	display: block;
}

.course-list .course-left {
    width: 320px;
    float: left;
    line-height: 1;
}

.course-list .course-left .course-left-image img {
    width: 100%;
}

.course-list .course-left .course-left-text {
    background: #363634;
    line-height: 44px;
    color: #e42d60 !important;
    text-align: center;
    font-size: 16px;
}

.course-list .course-left .course-left-text a {
    color: #e42d60 !important;
}

.course .course-right {
    width: 960px;
    height: auto;
    overflow: hidden;
    padding: 0 28px;
}

.course-right-daohang {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.course-right-daohang li {
    width: 100px;
    margin: 0 0px;
    font-size: 16px;
    color: #333333;
    line-height: 58px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.course-right-daohang li:hover, .course-right-daohang li.hover {
    color: #B69C4F;
    border-bottom: 4px solid #BEA763;
    position: relative;
    z-index: 2;
}

.course-right-daohang-line {
    width: 100%;
    height: 4px;
    overflow: hidden;
    background: #F2F2F2;
    border-radius: 4px;
    position: relative;
    margin-top: -4px;
    z-index: 1;
}

.course .course-content {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.course .course-content > div {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.course .course-content > div.hover {
    display: block;
}

.course .course-content .course-content-qa {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.course .course-content .course-content-qa .course-content-qa-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px dashed #E4E4E4;
    clear: both;
    padding: 22px 0 0;
}

.course .course-content .course-content-qa .course-content-qa-item .course-content-qa-item-content {
    clear: both;
    line-height: 1.6;
    margin-bottom: 22px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.course .course-content .course-content-qa .course-content-qa-item .course-content-qa-item-content .course-content-qa-item-content-title {
    font-size: 16px;
    color: #e42d60;
    float: left;
}

.course .course-content .course-content-qa .course-content-qa-item .course-content-qa-item-content .course-content-qa-item-content-body {
    float: left;
    font-size: 16px;
    color: #333333;
    width: 860px;
}
.course-content-show {
    font-size: 14px !important;
    padding: 15px 0;
    line-height: 1.6 !important;
}

.course-content-show * {
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-family: inherit !important;
}
.daohang {
    margin: 0 -20px;
    height: auto;
    overflow: hidden;
    padding: 44px 0;
}

.daohang .daohang-item {
    float: left;
    /* width: calc((100% - 6 * 40px) / 6); */
	width: 14.1%;
    /* margin: 0 20px; */
	cursor: pointer;
	text-align: center;
}

.daohang .daohang-item .daohang-item-image {
    width: 100%;
    height: 100px;
	cursor: pointer;
}

.daohang .daohang-item .daohang-item-text {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    text-align: center;
}
.shipinjieshao-text {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 1.2;
    margin-top: 30px;
}
.index-more {
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0 60px 0;
}

.index-more a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1;
    padding: 18px 50px;
    display: inline-block;
	background: #222222;
}
/*end 课程内容*/
.video-list li{float: left;width: 49.6%;text-align: center;}
/*名师团队*/

/*new 2020-06-13 begin*/
#picarea{margin: 0 auto;width:1280px;padding:20px 0 0 0;background: #FFFFFF;}

#bigpicarea{position:relative;margin:0px auto;width:1280px;height:426px;overflow:hidden;background: url(../images/teacher-word.png) no-repeat right 35px center;}
/* .image{text-align:center} */
.image img{margin:0px auto;}
#bigpicarea .word{text-align:center;/* height:50px;line-height:50px; */background:#fff;color:#333;position:absolute;bottom:0px;left:0px;width:100%;}

#smallpicarea{margin:20px 0 0 0;border-top:#ececec 1px solid;padding-top:20px}
.slideshowItem{position: relative;}
#thumbs{margin:0px auto;width:1312px;height:214px;overflow:hidden;}
#thumbs li{margin:0px 0.5px;display:inline;float:left;overflow:hidden;}
#thumbs ul{margin-top:3px}
#thumbs li.last_img{margin-right:4px}
#thumbs li.first{margin:25px 10px 0px 15px;width:9px;height:16px;cursor:pointer}
#thumbs li.last{margin:25px 10px 0px 15px;width:9px;height:16px;cursor:pointer}
#thumbs li a{border:#fff 2px solid; height: 209px; display:inline-block;font-size:0px;}
#thumbs li a:hover{border:#f8ae0f 2px solid;}
#thumbs li a.current{border:#f8ae0f 2px solid;}

.bigbtnPrev{z-index:100;position:absolute;width:35px;height:51px;top:365px;cursor:pointer;left:785px}
.bigbtnNext{z-index:100;position:absolute;width:35px;height:51px;top:365px;cursor:pointer;right:420px}

#big_play_prev{background-image:url(../images/jt_left.png);width:32px;display:block;height:46px;_background:none;_filter:progid:DXImageTransform.Microsoft.alphaImageLoader(sizingMethod=crop,src='../images/leftbig.png')}
#big_play_next{background-image:url(../images/jt_right.png);width:32px;display:block;height:46px;_background:none;_filter:progid:DXImageTransform.Microsoft.alphaImageLoader(sizingMethod=crop,src='../images/rightbig.png')}

#bigpicarea .profile-box {
    position: absolute;
    top: 20px;
    left: 400px;
    width: 420px;
    background-color: #F7F7F7;
    padding: 30px;
    color: #666666;
    font-size: 14px;
}
#bigpicarea .next-picture {
    position: absolute;
    left: 845px;
    top: 210px;
    width: 205px;
    height: 214px;
}
.profile-box .profile-top .title{font-size: 22px;color: #333333;padding-bottom: 9px;font-weight: 600;}
.profile-box .profile-bottom .title{font-size: 16px;color: #333333;padding-bottom: 12px;padding-top: 26px;font-weight: 600;}
/*end*/

.center{margin:0 auto;}
body{font-size:14px;font-family:"微软雅黑",Arial, Helvetica, sans-serif,"宋体";}
A {/*COLOR:#000; */TEXT-DECORATION: none;}
A:visited {/*COLOR: #000;*/ TEXT-DECORATION: none;}
A:hover {TEXT-DECORATION: none;}
img{border:0px;}
.fs{ color:#ff7cba;}

.index_zhuanjia{ width:1280px; overflow:hidden;margin:0 auto;}
.index_zhuanjia_pic{ width:1280px; height:463px; overflow:hidden; float:left;position:relative;background: #FFFFFF;}
.index_zhuanjia_pic ul{height:377px;position:absolute; left:0;}
.index_zhuanjia_pic li{width:1280px; height:463px; overflow:hidden;position:relative;float:left;}
.index_zhuanjia_pic li img{}
.index_zhuanjia_pic li .profile-box{position: absolute;top: 20px;left: 400px; width: 420px; background-color: #F7F7F7;padding: 30px;color: #666666;font-size: 14px;}
.index_zhuanjia_pic li .profile-box .profile-top .title{font-size: 20px;color: #333333;font-weight: 600;}
.index_zhuanjia_pic li .profile-box .profile-top .desc{margin-top:15px;margin-bottom: 20px;}
.index_zhuanjia_pic li .profile-box .profile-bottom .title{font-size: 18px;color: #333333;font-weight: 600;}
.index_zhuanjia_pic li .profile-box .profile-bottom .desc{margin-top:15px;}
.index_zhuanjia_pic li .profile-picture{position: absolute;left: 1100px;top: 30px; width: 143px; height: 334px;}
.index_zhuanjia_pic li .next-picture{position: absolute;left: 845px;top: 210px; width: 205px; height: 214px;}

.index_zhuanjia_left_inc{ width:32px; height:41px; position:absolute;left:785px;top:365px; cursor:pointer;background:url(../images/jt_left.png) left top no-repeat; z-index:9}
.index_zhuanjia_right_inc{ width:32px; height:41px; position:absolute;right:420px;top:365px; cursor:pointer;background:url(../images/jt_right.png) left top no-repeat; z-index:9}

.index_zhuanjia_list{ width:1280px;height:210px; overflow:hidden; float:right;}
.index_zhuanjia_lists{width:1280px; height:208px; overflow:hidden;position:relative;}
.index_zhuanjia_lists ul{ width:1280px; height:208px;position:absolute;overflow:hidden;}
.index_zhuanjia_lists ul li{ width:212px; height:207px; padding-bottom:9px;position:relative; float: left;}
.index_zhuanjia_lists ul li.on dd img{ width:205px; height:205px; border:2px #E0C679 solid;}
.index_zhuanjia_lists ul li dd{ width:209px;overflow:hidden; float:left;}
.index_zhuanjia_lists ul li dd img{ width:205px;border:2px #e8e8e8 solid;}
.index_zhuanjia_lists ul li dt{ width:46; height:24px; overflow:hidden;position: absolute;}
.index_zhuanjia_lists ul li dl{ width:152px; height:26px; overflow:hidden; float:right; color:#7a7a7a;}
/*end*/


/*校区内容*/
.campus_exhibition {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto;
}

.campus_exhibition-class {
    height: auto;
    overflow: hidden;
    padding: 30px 9px 30px;

}

.campus_exhibition-class p {
    width: 135px;
    border-radius: 1px;
    margin: 0 10px;
	margin-bottom: 10px;
    float: left;
}

.campus_exhibition-class p span {
    border: 1px solid #666666;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    cursor: pointer;
}

.campus_exhibition-class p span:hover, .campus_exhibition-class p span.active {
    background: #222222;
    color: #FFFFFF;
    border: 1px solid #222222;
}

.campus_exhibition-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.campus_exhibition-list-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    margin: 30px auto;
    margin-top: 0;
	border-left: 2px solid #dcdcdc;
	margin-top: 25px;
}

.campus_exhibition-list-item.active {
    display: block;
}


.campus_exhibition-list-item .left {
    width: 602px;
    height: 417px;
    border-radius: 1px;
    /* border: 2px solid #E0C679; */
    float: left;
}

.campus_exhibition-list-item .left img {
    width: 538px;
    height: 615px;
    margin-left: 12px;
}

.campus_exhibition-list-item .right {
    margin: 4px 25px 0px;
    width: 586px;
    float: right;
	margin-left: 0px;
}
.campus_exhibition-list-item .right .xiaoqu{
	height: 144px;
	margin-bottom: 45px;
}
.campus_exhibition-list-item .right .xiaoqu .pic-left{float: left;}
.campus_exhibition-list-item .right .xiaoqu .pic-left img{border: 2px solid #E0C679;width: 260px; height: 144px;}
.campus_exhibition-list-item .right .xiaoqu .pic-right img{border: 2px solid #E0C679;width: 260px; height: 144px;}
.campus_exhibition-list-item .right .xiaoqu .pic-right{float: right;}
.campus_exhibition-list-item .right .title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 25px;
    margin-bottom: 28px;
	clear: both;
}

.campus_exhibition-list-item .right p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.campus_exhibition-list-item .right .button {
    margin: 70px auto 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
    width: 200px;
    height: 48px;
    border-radius: 1px;
	background: #222222;
}
.campus_exhibition-list-item .right .button a{color: #FFFFFF;}
/*end 校区内容*/
/*广告*/
.regime {
    margin-top: 38px;
    width: 1280px;
    height: auto;
    overflow: hidden;
    padding-top: 149px;
    background-image: url('../images/s_banner.jpg');
    background-repeat: no-repeat;
}

.regime .rtitle {
    font-size: 32px;
    font-weight: 600;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
}

.regime p {
    width: 460px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 469px;
}

.regime p span {
    color: #B69C4F;
}

.regime .sendbutton {
    position: relative;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 1px;
    border: 1px solid #B69C4F;
    color: #B69C4F;
    font-size: 16px;
    font-weight: 600;
    left: 976px;
    bottom: 85px;
}
/*news*/
.theader {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 65px 0;
    text-align: center;
}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt40{padding-top: 40px;}
.pt65{padding-top: 65px;}
.pt75{padding-top: 75px;}
.pb75{padding-bottom: 75px;}
.theader .tline {
    width: 490px;
    display: inline;
    margin-top: 25px;
    border-bottom: 1px solid #DBDBDB;
    background-color: #DBDBDB;
    float: left;
}

.theader .tline:last-child {
    float: right;
}

.theader .tcenter {
    width: 300px;
    height: 50px;
    text-align: center;
    color: #333333;
    font-size: 22px;
    float: left;
}

.theader .tcenter .ttitle {
    color: #333333;
    font-size: 22px;
    letter-spacing: 12px;
}

.theader .tcenter p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
    color: #BBBBBB;
    letter-spacing: 2px;
}

.theader .tline1 {
    width: 456px;
    display: inline;
    margin-top: 25px;
    /* border-bottom: 1px solid #DBDBDB; */
    background-color: #DBDBDB;
    float: left;
	border: none;
}
.theader .tline1:last-child {
    float: right;
}
.theader .tcenter1 {
    width: 368px;
    height: 50px;
    text-align: center;
    color: #333333;
    font-size: 22px;
    float: left;
}
.tcenter1 .blank{width: 25px;height: 2px;background:#f1bd08;margin: 0 auto;display: block;margin-top: 15px;margin-bottom: 10px;}
.theader .tcenter1 .ttitle {
    color: #333333;
    font-size: 22px;
    /* letter-spacing: 12px; */
}
.theader .tcenter1 p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
    color: #7A7A7A;
    letter-spacing: 2px;
}
.theader .tcenter1 .txtWhite{ color: #FFFFFF;}

.information {
    background-color: #FFFFFF;
    height: 558px;
    padding: 40px 28px 30px 28px;
}
.info1 {
    float: left;
    width: 362px;
    height: 488px;
}

.info1 .header {
    height: 50px;
	background: #FFFFFF;
}

.info1 .header .left {
    letter-spacing: 8px;
    float: left;
}

.info1 .header .left p:first-child {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
}

.info1 .header .left p:last-child {
    font-size: 14px;
    font-weight: 600;
    color: #BBBBBB;
    line-height: 20px;
    letter-spacing: 1px;
}

.info1 .header .right {
    float: right;
    margin-top: 12px;
    cursor: pointer;
}

.info1 .header .right span {
    font-size: 14px;
    font-weight: 600;
    color: #e42d60;
    line-height: 20px;
}

.info1 .header .right img {
    width: 6px;
    height: 10px;
    margin-left: 8px;
}

.info1 .tuwen {
    margin-top: 14px;
    position: relative;
}

.info1 .tuwen img {
    width: 362px;
    height: 130px;
}

.info1 .tuwen p {
    bottom: 14px;
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-left: 12px;
    cursor: pointer;
	background: #000000;
	padding:0 10px;
	opacity: 0.6;
}

.info1 .infoul {
    height: 270px;
    margin-top: 20px;
}

.info1 .infoul p {
    width: 362px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info1 .infoul p span {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.info1 .infoul p a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.info1 .infoul p a:hover {
    color: #e42d60;
}

.info2 {
    float: left;
    width: 362px;
    margin-left: 62px;
    margin-right: 62px;
    height: 488px;
}

.info3 {
    float: left;
    width: 370px;
    height: 488px;
}

.info3 ul {
    height: 424px;
    margin-top: 14px;
}

.info3 ul li {
    height: 60px;
    cursor: pointer;
    margin-bottom: 24px;
}

.info3 .headerimg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}

.info3 .headerimg img {
    min-width: 50px;
    min-height: 60px;
}

.info3 .sayinfo {
    margin-left: 12px;
    line-height: 20px;
    width: 308px;
    float: left;
}

.info3 .sayinfo p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: left;
}

.info3 .sayinfo .uname {
    color: #666666;
}
/*end news*/
/*contact us begin*/
.contactus {
    width: 100%;
    height: 177px;
    margin: 80px auto;
}

.contactus ul {
    width: 1280px;
    height: 177px;
    margin: 0px auto;
}

.contactus ul li {
    float: left;
    width: 24%;
    height: 177px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    text-align: center;
    margin-right: 17px;
    cursor: pointer;
}

.contactus ul li.lilast {
    margin-right: 0;
}

.contactus img {
    /*width: 32px;*/
    height: 32px;
    display: block;
    margin: 32px auto 12px;
}

.contactus span {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.contactus hr {
    width: 29px;
    display: block;
    margin: 14px auto 8px;
    border: 1px solid #E0C679;
}

.contactus p {
    margin: 2px auto 24px;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
}
/*end contact us*/

.bottomnave {
    background-color: #EAEAEA;
    padding-bottom: 28px;
}
.bottomnav {
    width: 1280px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-color: #EAEAEA;
}
.headtitle {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 26px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 14px;
    margin-top: 30px;
}

.navcenterleft {
    float: left;
    width: 800px;
    margin-right: 67px;
}

.navcenterleft .school {
    margin-top: 21px;
    list-style: none;
    width: 100%;
}

.navcenterleft .school li {
    height: 26px;
    line-height: 26px;
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.navcenterleft .school li a {
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}

.navcentermiddle {
    float: left;
    width: 160px;
    margin-right: 53px;
}
.navcenterright {
    float: left;
    width: 200px;
}

.wechatimg {
    margin-top: 23px;
}

.wechatimg img {
    width: 104px;
    height: 104px;
}

.online {
    margin-top: 36px;
    width: 170px;
    height: 42px;
    border-radius: 1px;
    border: 2px solid #323232;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.online a {
    height: 42px;
    line-height: 42px;
}

.online img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: sub;
}
.bottom {
    background-color: #292929;
    padding-top: 50px;
    padding-bottom: 40px;
}

.bottom ul {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 auto;
}

.bottom ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.bottom ul li a, .bottom ul li a:hover {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #FFFFFF;
    cursor: pointer;
}

.bottom .linknav {
    width: 100%;
    line-height: 22px;
}

.bottom .linknav li {
    border-left: 1px solid #FFFFFF;
    height: 12px;
    line-height: 12px;
    padding: 0 10px;
}

.bottom .linknav li.last {
    border-right: 1px solid #FFFFFF;
}

.bottom .compnyinfo {
    width: 100%;
    line-height: 22px;
    margin-top: 26px;
}

.bottom .compnyinfo li {
    margin-right: 20px;
}

@media (max-width: 1024px) {
	body{min-width: 0;}
	.main { width: 100%; }
	.productBanner img{width: 100%;padding:5px;}
	.adbanner img{width:100%;padding: 5px;}
	.regime{width:100%;}
	.regime p{margin-left:250px;}
	.regime .sendbutton{width:150px;left:770px;}
}